filescan
Class ClassFileScanHandler

java.lang.Object
  extended by filescan.ClassFileScanHandler
All Implemented Interfaces:
FileScanHandler

public class ClassFileScanHandler
extends java.lang.Object
implements FileScanHandler

Class file scan handler returns classes stored in files. If no class is stored in the file in question, nothing is returned.

Author:
Steven de Jong, steven.dejong@cs.unimaas.nl

Constructor Summary
ClassFileScanHandler()
          Construct.
 
Method Summary
 java.lang.Object handleFile(java.io.File file)
          Return a class stored in a file, or null if no class is stored in this file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFileScanHandler

public ClassFileScanHandler()
Construct.

Method Detail

handleFile

public java.lang.Object handleFile(java.io.File file)
Return a class stored in a file, or null if no class is stored in this file.

Specified by:
handleFile in interface FileScanHandler